home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Birth of Jesus Activity Center
/
Birth of Jesus Activity Center.iso
/
mac
/
data
/
babyj.dir
/
00177_Script_177
< prev
next >
Wrap
Text File
|
1997-11-02
|
400b
|
20 lines
global titleTimoutTimer, titleTimoutTimerActive
on exitFrame
if titleTimoutTimerActive <> TRUE then
set titleTimoutTimer = the Timer
set titleTimoutTimerActive = TRUE
go to the frame
else
if (the Timer - titleTimoutTimer) > 500 then
puppetsound 0
updateStage
go "mainLoop"
else
go to the frame
end if
end if
end